home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Wildfire / System / createNail < prev    next >
AmigaDOS Script File  |  1997-10-31  |  354b  |  13 lines

  1. .key file
  2. .bra {
  3. .ket }
  4.  
  5. IF NOT EXISTS wf:system/thumbnails/{file}.nail
  6. rx "address 'Wildfire' fc_file 'wf:doc/pictures/{file}.pic'"
  7. rx "address 'Wildfire' fc_width 90"
  8. rx "address 'Wildfire' fc_filmfile 'wf:system/thumbnails/{file}.nail'"
  9. rx "address 'Wildfire' fc_color original"
  10. rx "address 'Wildfire' fc_update"
  11. rx "address 'Wildfire' fc_save"
  12. ENDIF
  13.